home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / eggs_and.swf / scripts / DefineButton2_132 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-12  |  89 b   |  6 lines

  1. on(release){
  2.    lv = "1";
  3.    gotoAndStop("playing");
  4.    clockpart.gotoAndPlay(1);
  5. }
  6.